2006-04-03 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtklinkbutton.c: Make the default colors const.
+
* gtk/gtkuimanager.c: Avoid relocations.
* gtk/gtkxembed.c (_gtk_xembed_message_name): Reduce size of static
2006-04-03 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtklinkbutton.c: Make the default colors const.
+
* gtk/gtkuimanager.c: Avoid relocations.
* gtk/gtkxembed.c (_gtk_xembed_message_name): Reduce size of static
{ "_NETSCAPE_URL", 0, 0 }
};
-static GdkColor default_link_color = { 0, 0, 0, 0xeeee };
-static GdkColor default_visited_link_color = { 0, 0x5555, 0x1a1a, 0x8b8b };
+static const GdkColor default_link_color = { 0, 0, 0, 0xeeee };
+static const GdkColor default_visited_link_color = { 0, 0x5555, 0x1a1a, 0x8b8b };
static GtkLinkButtonUriFunc uri_func = NULL;
static gpointer uri_func_data = NULL;